Linux webm002.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-includes
/
Requests
/
Exception
/
HTTP
/
/home/ariannadhf/www/wp-includes/Requests/Exception/HTTP/412.php
<?php /** * Exception for 412 Precondition Failed responses * * @package Requests */ /** * Exception for 412 Precondition Failed responses * * @package Requests */ class Requests_Exception_HTTP_412 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 412; /** * Reason phrase * * @var string */ protected $reason = 'Precondition Failed'; }